type go/types.exprInfo
4 uses
go/types (current package)
check.go#L63: type exprInfo struct {
check.go#L191: untyped map[ast.Expr]exprInfo // map of expressions without final type
check.go#L247: m = make(map[ast.Expr]exprInfo)
check.go#L250: m[e] = exprInfo{lhs, mode, typ, val}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)